home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / cli / system2.arc / CONSOLE.XSL < prev    next >
Encoding:
Text File  |  1985-11-20  |  104 b   |  9 lines

  1. *
  2. * Uses console for standard I/O
  3. *
  4.  
  5. set stdin=con:
  6. set stderr=con:
  7. set stdout=con:
  8. set echo=on
  9.